projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41b56d8
)
themingengine: fix a typo
author
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 28 Nov 2011 22:40:32 +0000
(17:40 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 29 Nov 2011 15:52:03 +0000
(10:52 -0500)
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index b861f91a78302ff56c802c2e75815a4e695cbd83..5273f464fb87be52b84d17bb98c6871e0c03c548 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-1488,7
+1488,7
@@
render_background_internal (GtkThemingEngine *engine,
default:
bg_x = border.left;
bg_y = border.top;
- bg_width = width - border.left - border.
lef
t;
+ bg_width = width - border.left - border.
righ
t;
bg_height = height - border.top - border.bottom;
break;
}